DoubleM.INumeric<DoubleM>.Subtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleM INumeric<DoubleM>.Subtract(
DoubleM value
)
Private Function Subtract (
value As DoubleM
) As DoubleM Implements INumeric(Of DoubleM).Subtract
private:
virtual DoubleM Subtract(
DoubleM value
) sealed = INumeric<DoubleM>::Subtract
private abstract Subtract :
value : DoubleM -> DoubleM
private override Subtract :
value : DoubleM -> DoubleM
- value DoubleM
- The value to subtract from the current value.
DoubleMThe result of subtracting
value from the current value.
INumeric<TSelf>.Subtract(TSelf)